home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 002 / make / readme < prev    next >
Text File  |  1995-03-17  |  2KB  |  49 lines

  1.  
  2.  
  3.  
  4.  
  5. Last month I wrote a version of the Unix(tm) utility MAKE.  It runs under
  6. VAX/VMS and MSDOS 2.0.  I am placing it in the public domain, and it is yours
  7. for the asking.  You may copy it, or give it away.  You can make any changes
  8. you like to it.  All I ask is that you DO NOT TRY TO SELL IT.
  9.  
  10. Anyway, there is now a MAKE for MSDOS.  It is free, and it works pretty well.
  11. I'm giving it away because it might do the world some good.  Who knows?
  12.  
  13. Caveat: this version of MAKE is NOT compatible with the Unix(tm) version.
  14. Some differences are explained in the documentation.  Most of the problem stems
  15. from the fact that I've never had a chance to use the original version of MAKE,
  16. and the documentation I've seen on it has been poor.  My idea of what a make
  17. program should do is almost certainly different from what you Unix(tm) hackers
  18. are used to.  Well, hell -- the software is worth what you paid for it.  Have
  19. fun.
  20.  
  21. In order to get MAKE running on your system, you need to:
  22.  
  23.     1.  Read the documentation file MAKE.MAN.  (Yes, read the
  24.         directions.)
  25.  
  26.     2.  Edit the file MAKE.H to represent your system (VAX/VMS or
  27.         MSDOS 2.0.)
  28.  
  29.     3.  Recompile the source code by following the script file
  30.         CMAKE.COM (for VAX/VMS) or CMAKE.BAT (for MSDOS 2.0.)
  31.  
  32.         VAX/VMS requires the DEC C compiler; MSDOS 2.0 requires
  33.         Lattice C (or another C compiler of comparable quality)
  34.         and the Macro Assembler.
  35.  
  36.     4.  Test out MAKE by running it on itself.  (Make a backup
  37.         first!)
  38.  
  39.  
  40.  
  41.             Good luck,
  42.  
  43.             Landon Dyer (G.DYER @ SU-SCORE)
  44.  
  45.  
  46.  
  47.  
  48.  
  49.